home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / snmp / mib2c-data / mfd-doxygen.m2c < prev    next >
Text File  |  2008-09-22  |  2KB  |  61 lines

  1. ########################################################################
  2. @foreach $table table@
  3. @  ifconf ${context}_doxygen.conf
  4. @    print "${context}_doxygen.conf exists, skipping.@
  5. @  else@
  6. @    include m2c_setup_table.m2i@
  7. @    open ${context}_doxygen.conf@
  8. #---------------------------------------------------------------------------
  9. # General configuration options
  10. #---------------------------------------------------------------------------
  11.  
  12. # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
  13. # by quotes) that should identify the project.
  14.  
  15. PROJECT_NAME           = ${context}
  16.  
  17. # The PROJECT_NUMBER tag can be used to enter a project or revision number. 
  18. # This could be handy for archiving the generated documentation or 
  19. # if some version control system is used.
  20.  
  21. PROJECT_NUMBER         = 0.1
  22.  
  23. # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
  24. # base path where the generated documentation will be put. 
  25. # If a relative path is entered, it will be relative to the location 
  26. # where doxygen was started. If left blank the current directory will be used.
  27.  
  28. OUTPUT_DIRECTORY       = docs
  29.  
  30. #---------------------------------------------------------------------------
  31. # configuration options related to the input files
  32. #---------------------------------------------------------------------------
  33.  
  34. # The INPUT tag can be used to specify the files and/or directories that contain 
  35. # documented source files. You may enter file names like "myfile.cpp" or 
  36. # directories like "/usr/src/myproject". Separate the files or directories 
  37. # with spaces.
  38.  
  39. INPUT                  = .
  40.  
  41. # If the value of the INPUT tag contains directories, you can use the 
  42. # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
  43. # and *.h) to filter out the source-files in the directories. If left 
  44. # blank all files are included.
  45.  
  46. FILE_PATTERNS          = *.c *.h
  47.  
  48. # The RECURSIVE tag can be used to turn specify whether or not subdirectories 
  49. # should be searched for input files as well. Possible values are YES and NO. 
  50. # If left blank NO is used.
  51.  
  52. RECURSIVE              = NO
  53.  
  54. # The EXCLUDE tag can be used to specify files and/or directories that should 
  55. # excluded from the INPUT source files. This way you can easily exclude a 
  56. # subdirectory from a directory tree whose root is specified with the INPUT tag.
  57.  
  58. EXCLUDE                = 
  59. @  end@ # conf file exists
  60. @end@ # foreach table
  61.